 :root{
    --contest-color: #0015a6;
 }
 .mt-67{
    margin-top: 67px !important;
 }
 .contest-color{
    color: #00D9E6;
 }
 .loader{
    width: 50px !important;
    height: 50px !important;
 }  
 #participation_steps_section{
    z-index: 1;
    position: relative;
 }
 #borderimg {
    border-top: 0 !important;
    border: 3vw solid var(--contest-color);
    margin-top: 113px;
    padding: 10px;
    background-color: #fffbf4;
    position: relative;
    z-index: 0;
}
img#guitar_overlay{
    position: absolute;
    z-index: 1;
    bottom: -1vw;
    right: -2vw;
    width: 16vw;
}

img#music_overlay{
    position: absolute;
    z-index: 1;
    bottom: -1rem;
    right: -2rem;
    z-index: 0;
    height: 100%;
    opacity: 0.2;
}

.breadcrumb_nav_bar{
    height: 0px !important;
}
.r1_gratification{
    background: transparent;
}
.list-nav__item a{
    color: #fff !important;
}
/* @media screen and (min-width: 1201px) {
    .slide_header {
        margin-top: 0px !important;
    }
} */
/* Test changes */
.participate-box-wrapper .participate-box{
    background-color: var(--contest-color) !important;
}
.participate-box-wrapper .participate-box.active {
    background: #352821 !important;
}
#participate-box a {
    color: #00D9E6 !important;
    /* text-decoration: underline; */
}
.top-prizes {
    background-image: radial-gradient(#ffffff, var(--contest-color));
    color: #fff;
    overflow: hidden;
}
.submit{
    background-color: var(--contest-color) !important;
}
@media (min-width: 1200px){
    .list-nav__wrap{
        right: 40px !important;
    }
}
.product-breadcrumb {
    margin-bottom: 0rem;
    position: fixed !important;
    left: 0;
    top: 4rem !important;
    padding: .5rem 1rem !important;
    z-index: 990 !important;
    width: 100%;
    border-radius: 0px;
    background: rgba(0, 0, 0, .7) !important;
}

.participation_steps{
    background-color: #000;
    border: 4px solid var(--contest-color);
    border-radius: 1rem;
    padding: 1rem;
    color: #fff;
    position: relative;
    text-align: center;
}

@media (max-width: 991px){
    .participation_steps{
        margin-bottom: 4rem;
    }
}

@media (min-width: 768px){
    div#participation_steps_section>div:nth-child(odd){
        margin-top: -4rem !important;
    }
}

.icon_circle{
    height: 100px;
    width: 100px;
    background: var(--contest-color);
    margin: auto;
}

.icon_circle p{
    font-size: 2.5rem;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}



@media screen and (max-width: 1200px) {
    #borderimg{
        margin-top: 65px !important;
    }
    /* .slide_header{
        margin-top: 0 !important;
    } */
}

.shape-six {
    background: rgba(0,0,0, 0.2);
    top: 40%;
    right: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.right-align {
    right: 5%;
    left: inherit;
}

.left-align {
    left: 5%;
    right: inherit;
}

.bottom-align {
    bottom: 0;
    top: inherit;
}

.top-align {
    top: 0;
    bottom: inherit;
}

.round-shape-two.left-minus-align {
    left: -15%;
    right: inherit;
}

@media screen and (max-width: 768px) {
    .round-shape-two.left-minus-align {
        left: -450px;
        top: 35%;
    }
}

@media screen and (max-width: 560px) {
    .round-shape-two.left-minus-align {
        left: -400px;
        top: 35%;
    }
}

@media screen and (max-width: 560px) {
    .round-shape-two.left-minus-align {
        width: 450px;
        height: 450px;
        left: -370px;
        top: 35%;
    }
}

@media screen and (max-width: 560px) {
    .round-shape-two.left-minus-align {
        width: 300px;
        height: 300px;
        left: -270px;
        top: 40%;
    }
}

@keyframes spin1 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@media screen and (max-width: 560px) {
    .round-shape-one {
        right: 12%;
    }
}

@media screen and (max-width: 768px) {
    .round-shape-one {
        top: 20%;
        width: 150px;
        height: 150px;
        right: 8%;
    }
}

@media screen and (max-width: 991px) {
    .participate_bg{
        transform: scale(1.3);
    }
}

.bg-container{
    background: #F7F7FC;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
}

 hr{
    width: 200px;
    height: 4px;
    border-width: 0;
    background-color: var(--contest-color);
    opacity: 1;
    margin-top: 0 !important;
}

@media screen and (max-width: 567px) {
    .gratification_section .reveal.reveal-left {
        font-size: 10vw !important;
    }
}
@media screen and (min-width: 568px) and (max-width: 991px) {
    .gratification_section .reveal.reveal-left {
        font-size: 5.5vw !important;
}
}

.icon-instgram {
    padding: 5px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    fill: #ffffff;
    min-width: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    height: 40px;
    position: absolute;
    border: 1pt solid #fff;
    border-right: none;
}
.icon-youtube {
    padding: 5px;
    background: #FF0000;
    fill: #ffffff;
    min-width: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    height: 40px;
    position: absolute;
    border: 1pt solid #fff;
    border-right: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon
{background-color: black;
    background-size: 100% 100%;
    border-radius: 100%; /* optional: to make it circular */
    padding: 10px; /* optional: increase clickable area */}